home *** CD-ROM | disk | FTP | other *** search
Inkscape extension descriptor | 2005-09-20 | 599 b | 15 lines |
- <inkscape-extension>
- <name>Motion</name>
- <id>org.ekips.filter.motion</id>
- <dependency type="executable" location="extensions">motion.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <param name="magnitude" type="float" min="0" max="1000" gui-text="Magnitude">100</param>
- <param name="angle" type="float" min="0.0" max="360.0" gui-text="Direction">45</param>
- <effect>
- <object-type>path</object-type>
- </effect>
- <script>
- <command reldir="extensions" interpreter="python">motion.py</command>
- </script>
- </inkscape-extension>
-